body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #d7000f;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
    background-color: #d7000f;
    color: white;
}

*::-moz-selection {
    background-color: #d7000f;
    color: white;
}

*::-webkit-selection {
    background-color: #d7000f;
    color: white
}

input::-webkit-input-placeholder { 
	color: #c2c2c2; 
}
input:-moz-placeholder{ 
	color: #c2c2c2; 
}
input:-ms-input-placeholder{ 
	color: #c2c2c2; 
}
input:placeholder{ 
	color: #c2c2c2; 
}
/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (max-width: 991px) {
	.container {
		width: 688px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container {
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1150px;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1300px;
	}
}
/*头部公共样式 star star star*/
header {
	width: 100%;
	height: 75px;
	position: fixed;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
	left: 0;
	top: 0;
	z-index: 100;
}
header .header_logo {
	display: block;
	height: 39px;
	line-height: 39px;
	float: left;
	margin: 19px 0 17px;
}
.header_logo img {
	width: 180px;
}
header .header_right {
	width: calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	overflow: hidden;
	float: right;
}
.header_right .header_search {
	width: 60px;
	height: 39px;
	float: right;
	position: relative;
	background: url(../bgimg/searchbg.png) no-repeat center;
	background-size: 100%;
	margin: 19px 0 17px;
}
.header_search img {
	position: absolute;
	top: 11px;
	right: 22px;
	cursor: pointer;
}
.header_search input {
	width: 200px;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	padding: 0 10px;
	background-color: #ececec;
	border: none;
	position: absolute;
	right: 60px;
	top: 0;
	display: none;
	z-index: 2;
}
.header_right .header_search:hover input {
	display: block;
}
.header_right .header_en {
	display: block;
	line-height: 39px;
	float: right;
	margin: 19px 10px 17px 0;
	color: #000000;
	cursor: pointer;
	font-family: arial;
}
.header_en img {
	width: 17px;
}
.header_right .header_en:hover {
	color: #d7000f;
}
.header_right .header_menu {
	height: 75px;
	margin: 0 70px 0 0;
	float: right;
	position: relative;
}
.header_menu .menuBg {
	width: 135px;
	height: 100%;
	position: absolute;
	background: url(../bgimg/menubg.png) no-repeat center;
	left: -25px;
	top: 0;
	transition: left 0.5s linear;
}
.header_right .header_menu a {
	display: block;
	width: 85px;
	line-height: 75px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	float: left;
	margin: 0 0 0 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.header_right .header_menu a:first-of-type {
	margin: 0;
}
.header_right .header_menu a.menuHover {
	color: #FFFFFF;
	font-weight: bold;
}
header .menuIcon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: right;
	margin: 12px 0 0;
}
.menuIcon ul {
	width: 50px;
	height: 50px;
	position: relative;
	top: 0;
	left: 0;
}
.menuIcon ul li {
	width: 50px;
	height: 4px;
	background-color: #d7000f;
	position: absolute;
	left: 50%;
	top: 50%;
}
.menuIcon ul li:nth-of-type(1) {
	margin: -15px 0 0 -25px;
}
.menuIcon ul li:nth-of-type(2) {
	margin: -2px 0 0 -25px;
}
.menuIcon ul li:nth-of-type(3) {
	margin: 11px 0 0 -25px;
}
.menuIcon.menuClick ul li:nth-of-type(1) {
	margin: -2px 0 0 -25px;
	transform: rotate(45deg);
}
.menuIcon.menuClick ul li:nth-of-type(2) {
	margin: -2px 0 0 -25px;
	opacity: 0;
}
.menuIcon.menuClick ul li:nth-of-type(3) {
	margin: -2px 0 0 -25px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	header .header_right {
		width: 100%;
		height: calc(100% - 74px);
		height: -moz-calc(100% - 74px);
		height: -webkit-calc(100% - 74px);
		position: fixed;
		left: -100%;
		top: 74px;
		z-index: 100;
		background-color: #FFFFFF;
		transition: all 1s linear;
		padding: 10px 70px;
	}
	.header_right .header_search {
		width: 373px;
		height: 49px;
		float: none;
		background: url(../bgimg/searchbg.png) no-repeat right center;
		background-size: auto 100%;
		margin: 19px 0 17px;
	}
	.header_search img {
		width: 23px;
		top: 13px;
		right: 28px;
	}
	.header_search input {
		width: 300px;
		height: 49px;
		line-height: 49px;
		position: relative;
		right: 0;
		display: block;
	}
	.header_right .header_en {
		line-height: 39px;
		float: none;
		margin: 19px 10px 17px 0;
		font-size: 18px;
	}
	.header_en img {
		width: 27px;
	}
	.header_right .header_menu {
		width: 100%;
		float: none;
	}
	.header_menu .menuBg {
		display: none !important;
	}
	.header_right .header_menu a{
		display: block;
		width: 100%;
		margin: 0;
		line-height: 55px;
		text-align: left;
		font-size: 24px;
	}
	.header_right .header_menu a.menuActive {
		color: #d7000f;
	}
}
@media only screen and (max-width: 767px) {
	header {
	    height: 50px;
	}
	header .header_logo {
	    margin: 10px 0 0;
	    height: 30px;
    	line-height: 30px;
	}
	.header_logo img {
		width: 150px;
	}
	header .menuIcon {
	    width: 26px;
	    height: 26px;
	    margin: 12px 0 0;
	}
	.menuIcon ul {
    	width: 26px;
	    height: 26px;
	}
	.menuIcon ul li {
		width: 26px;
		height: 2px;
	}
	.menuIcon ul li:nth-of-type(1) {
		margin: -9px 0 0 -13px;
	}
	.menuIcon ul li:nth-of-type(2) {
		margin: -1px 0 0 -13px;
	}
	.menuIcon ul li:nth-of-type(3) {
		margin: 7px 0 0 -13px;
	}
	.menuIcon.menuClick ul li:nth-of-type(1) {
		margin: -1px 0 0 -13px;
	}
	.menuIcon.menuClick ul li:nth-of-type(2) {
		margin: -1px 0 0 -13px;
	}
	.menuIcon.menuClick ul li:nth-of-type(3) {
		margin: -1px 0 0 -13px;
	}
	header .header_right {
		height: calc(100% - 49px);
		height: -moz-calc(100% - 49px);
		height: -webkit-calc(100% - 49px);
		top: 49px;
		padding: 10px 30px;
	}
	.header_right .header_search {
		width: 100%;
		height: 39px;
		margin: 0 0 10px;
	}
	.header_search img {
		width: 19px;
		top: 10px;
		right: 22px;
	}
	.header_search input {
		width: calc(100% - 59px);
		width: -moz-calc(100% - 59px);
		width: -webkit-calc(100% - 59px);
		height: 39px;
		line-height: 39px;
	}
	.header_right .header_en {
		line-height: 25px;
		margin: 10px 0 0;
		font-size: 16px;
	}
	.header_en img {
		width: 24px;
		margin: -3px 0 0;
	}
	.header_right .header_menu a{
		line-height: 45px;
		font-size: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.header_right .header_menu {
	    margin: 0 10px 0 0;
	}
	.header_right .header_menu a {
		width: 80px;
		margin: 0 0 0 10px;
	}
	.header_menu .menuBg {
		left: -27px;
	}
	header .menuIcon {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px) {
	.header_right .header_menu {
	    margin: 0 70px 0 0;
	}
	.header_right .header_menu a {
		width: 80px;
		margin: 0 0 0 30px;
	}
	.header_menu .menuBg {
		left: -27px;
	}
}
@media only screen and (min-width: 1400px) {
	.header_right .header_menu a {
		width: 135px;
		margin:0px -15px;
	}
	.header_menu .menuBg {
		left: -25px;
	}
}
/*公共底部样式部分*/
footer {
	width: 100%;
	overflow: hidden;
}
footer .footer_top {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 40px;
	background-color: #f7f7f7;
}
.footer_top .footer_logo {
	width: 170px;
	overflow: hidden;
	float: left;
}
.footer_top .footer_contact {
	width: 300px;
	overflow: hidden;
	margin: 5px 100px;
	float: left;
	color: #666666;
	line-height: 30px;
}
.footer_contact>a {
	display: block;
	float: left;
	margin: 25px 0 0;
}
.footer_contact p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 25px;
}
.footer_contact p:nth-of-type(1) {
	background: url(../bgimg/ft1.png) no-repeat left center;
}
.footer_contact p:nth-of-type(2) {
	background: url(../bgimg/ft2.png) no-repeat left center;
}
.footer_contact p:nth-of-type(3) {
	background: url(../bgimg/ft3.png) no-repeat left center;
}
.footer_contact p:nth-of-type(4) {
	background: url(../bgimg/ft4.png) no-repeat left center;
}
.footer_top .footer_menu {
	width: calc(100% - 670px);
	width: -moz-calc(100% - 670px);
	width: -webkit-calc(100% - 670px);
	overflow: hidden;
}
.footer_menu li {
	float: left;
	margin: 0 84px 0 0;
}
.footer_menu li:last-of-type{
	margin: 0;
}
.footer_menu li h4 {
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.footer_menu li h4 a {
	color: #333333;
}
.footer_menu li p {
	padding: 15px 0 0;
	line-height: 15px;
}
.footer_menu li p a {
	color: #666666;
}
.footer_menu li a:hover {
	color: #d7000f;
}
footer .footer_bottom {
	width: 100%;
	line-height: 18px;
	overflow: hidden;
	background-color: #d7000f;
	color: #FFFFFF;
	padding: 20px 0;
}
footer .footer_bottom a {
	color: #FFFFFF;
}
footer .footer_bottom p:first-of-type {
	float: left;
}
footer .footer_bottom p:last-of-type {
	float: right;
}
footer .footer_bottom a:hover {
	text-decoration: underline !important;
}
footer .footer_bottom br {
	display: none;
}
@media only screen and (max-width: 991px ) {
	.footer_top .footer_menu {
		display: none;
	}
}
@media only screen and (max-width: 767px ) {
	footer .footer_top {
	    padding: 30px 0 20px;
	}
	.footer_top .footer_contact {
	    width: 300px;
	    overflow: hidden;
	    margin: 10px 0 0;
	    float: left;
	    color: #666666;
	    line-height: 25px;
	}
	.footer_contact>a {
	    margin: 10px 0 0;
	}
	footer .footer_bottom {
		text-align: center;
		padding: 15px 0;
	}
	footer .footer_bottom br {
		display: block;
	}
	footer .footer_bottom p:first-of-type ,footer .footer_bottom p:last-of-type{
	    float: none;
	}
}
@media only screen and (min-width: 992px) {
	footer .container{
		width: 970px;
	}
	.footer_top .footer_contact {
	    margin: 5px 40px;
	}
	.footer_top .footer_menu {
	    width: calc(100% - 550px);
	    width: -moz-calc(100% - 550px);
	    width: -webkit-calc(100% - 550px);
	}
	.footer_menu li {
	    margin: 0 48px 0 0;
	}
}
@media only screen and (min-width: 1250px) {
	footer .container{
		width: 1200px;
	}
	.footer_top .footer_contact {
	    margin: 5px 100px;
	}
	.footer_top .footer_menu {
	    width: calc(100% - 670px);
	    width: -moz-calc(100% - 670px);
	    width: -webkit-calc(100% - 670px);
	}
	.footer_menu li {
	    margin: 0 84px 0 0;
	}
}
@media only screen and (min-width: 1300px) {
	
}
/*公共顶部图片*/
.banner {
	width: 100%;
	height: 215px;
	overflow: hidden;
	margin: 75px 0 0;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	padding: 65px 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.banner h1 {
	font-size: 42px;
	color: #333333;
	margin: 0 0 5px;
}
.banner img {
	margin: 20px 0 0;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.banner {
		height: 155px;
		margin: 50px 0 0;
		font-size: 14px;
		padding: 35px 0 0;
	}
	.banner h1 {
		font-size: 28px;
		margin: 0 0 5px;
	}
	.banner img {
		margin: 5px 0 0;
	}
}